/* Skin for Southland District Council - JUL/OCT 2024 */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

  @font-face {
    font-family: openSans;
    font-weight: 300;
    src: url(https://static.smartygrants.com.au/default/fonts/OpenSans/OpenSans-Regular.ttf);
  }

  @font-face {
    font-family: openSans;
    font-weight: 700;
    src: url(https://static.smartygrants.com.au/default/fonts/OpenSans/OpenSans-Bold.ttf);
  }

  @font-face {
    font-family: myriadPro;
    font-weight: 600;
    src: url(https://static.smartygrants.com.au/southland/myriad-pro/myriad-pro-light.woff);
  }

  @font-face {
    font-family: myriadPro;
    font-weight: 400;
    src: url(https://static.smartygrants.com.au/southland/myriad-pro/myriad-pro-400.woff);
  }
  
    @font-face {
    font-family: myriadPro;
    font-weight: 700;
    src: url(https://static.smartygrants.com.au/southland/myriad-pro/myriad-pro-700.woff);
  }
  
html,body {
	-webkit-font-smoothing: antialiased;
	font-family: myriadPro, 'Open Sans', OpenSans, arial, helvetica, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	color: #0d1b2a;
}

#banner{
	margin:0 auto;
	background-image: url('https://static.smartygrants.com.au/southland/southlanddc-banner1.png');
    background-size: cover;
    width: 960px; 
    height: 250px;
	border-bottom: 10px solid  #ff5000;
	/* background-color:#20202f; */
	/* background-position-y: -355px; */
}

#header {
	height: 112px;
	width: 100%;
	min-width: 960px;
	background-color:#fff;
}

#header a, #header a:link, #header a:visited, #header a:hover, #header a:active, #header a:focus{
	border:none;
	outline:none;
	text-decoration:none;
	display:inline-block;
}

#logo {
	margin: 0 auto;
	width: 960px;
	padding-top: 21px;
}

#wrapper{
	height: 100%;
	margin: 0 auto;
	min-height:800px;
	width: 960px;
}

#head {
	line-height: 40px;
	min-height: 40px;
	padding: 0 15px;
}

#head a, #head a:link, #head a:visited{
	color: #20202f;
	font-size:16px;
	text-decoration: underline;
	text-underline-offset: 2px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.65px;
	padding-left: 12px;
	margin-left: 12px;
	border-left: 1px solid #20202f;
	/* white-space: nowrap; */
}

#head a:hover, #head a:active, #head a:focus{
	text-decoration:none;
	color:#ff5000;
}

#user, #headlinks {
    margin: 0px;
	/* padding-top: 20px; */
    /* font-weight: 500; */
}

#headlinks {
	float: none;
}

#body {
	background-color: white;
	min-height: 800px;
	padding: 0px;
}

a, a:link, a:visited {
	border: none;
	color: #0081a0;
	outline: 1px solid transparent;
	text-decoration: underline;
	text-underline-offset: 2px;
}

a:hover, a:active, a:focus {
	border: none;
	color: #ff5000; /*#000 */
	outline: 1px solid transparent;
	text-decoration: none;
}

a:focus {
	outline: 1px dotted #0172a8;
}

h2,h3,h4 {
	margin: 1.6em 0 0.8em 0;
}

h1{
	font-size:30px;
	background-color: #0081a0;
	color: white;
	font-weight: 700;
	margin: 8px 0 30px 0;
	padding: 8px;
}

h2{
	font-size:20px;
	font-weight: 600;
	color: white;
	background-color: #0d1b2a;
	padding: 8px;
}

h3{
	font-size:18px;
	text-transform: uppercase;
}

img, svg {
	vertical-align: unset;
}

.validationerror, .ftValidError {
	background-color: #f2dede !important;
	border: 1px solid;
	border-color: #eed3d7;
	border-radius: 5px;
	color: #A70000;
    font-weight: 700;
	margin: 10px 0px;
	padding: 15px 10px 15px 20px !important;
}

#regform > fieldset > div:nth-child(5) > div.hint > p {
	margin-top: 130px;
}

#appnav {
	background-color: #eeeeee;
	border: none;
	color: black;
    float:left; /*for appnav on left side*/
	font-size: 16px;
	font-weight: 400;
	margin-bottom: -4000px;
    margin-top: 70px; /*if editing the btn height adjust this to match so page & appnav headings are aligned*/
	padding: 0px;
	width: 200px;
	border-left: 1px solid #0081a0;
}

#appnav h3 {
	background-color: transparent;
	border: none;
	color: black;
    font-weight: 400;
	font-size: 18px;
	margin: 0px;
	padding: 10px;
}

#appnav .current {
	background-color: #0081a0;
	border: none;
    font-size: 16px;
	/*font-weight: 700; */
	margin: 0px;
	padding: 8px;
	color: white;
	/* border-bottom: 1px solid #000; */
}

#appnav li {
	border: none;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
}

#appnav a, #appnav a:link, #appnav a:visited {
    color:black;
	display: block;
	font-size: 16px;
	font-weight: 400;
	padding: 8px;
    text-decoration: none;
}

#appnav a:hover,#appnav a:active, #appnav a:focus {
    text-decoration: none;
	background-color: #ff8148;
	background-color: color-mix(in srgb,#ff8148,white 30%);
	color: black;
}

/*Review & Submit page link when also the selected page*/
#appnav .current a {
    color: white; /*#000 */
    margin: -8px; /*edit to match the .current padding (negative) to avoid double up with #appnav a*/
	font-weight: 700;
}

#appnav hr {
	background-color: #0081a0; /*#000;*/
	border: none;
	height: 0.5px;
	margin: 0;
	outline: none;
}

/*For appnav on left side*/
#htmlForm .appform{
	margin-left:230px;
}

.ftEditForm,.ftEditPage {
	border: none;
	width: 700px !important;
}

.appform h2, .ftEditPageHeading, #kc-passwd-update-form h2 {
    box-sizing: border-box;
	color: #fff;
    background-color: #0081a0;
	font-size: 25px;
	width: inherit;
}

.appform h3, .ftEditSectionHeading {
    box-sizing: border-box;
	color: #fff;
	font-size: 18px;
	width: inherit;
    background-color: #e0713f; /* #000; */
}

.ftEditColumnHeading {
	background-color: green;
	color: white;
	font-size: 16px;
	width: inherit;
}

.loginbox .appform .btn {
	padding-left: 105px;
}

.loginbox .appform .l {
	min-width: 145px !important;
}

/*label of MFA steps*/
.otp-steps {
	width: 70px;
}

.appform .btn {
	background: none;
	background-color: transparent;
	border: none;
	font-size: 90%;
    font-weight: 700;
	height: 30px;
	position: relative;
	margin: 10px 0 30px 0;   /* added for extra space around bottom of Top buttons*/
}

.appform .btn .mid {
	width: 410px;
}

#regform .field {
	width: 660px;
}

.appform .l {
	width: 197px;
}

.sg-time {
	border: none;
	text-decoration: none;
}

.appform .btn input, #body .appform .btn a.linkbtn, .appform .btn .close, #kc-form-buttons input {
	appearance: none;
	background-color: #fff;
	border: 1.5px solid #0081a0;
	color: #0081a0;
	cursor: pointer;
	font-size: 14px;
	height: 40px;
	line-height: 28px; /*height minus border top and bottom width*/
	moz-appearance: none;
	padding: 0;
	text-decoration: none;
	webkit-appearance: none;
	width: 140px;
    border-radius: 50px;
}

.appform .btn input:hover, #body .appform .btn a.linkbtn:hover, .appform .btn .close:hover, #kc-form-buttons input:hover {
	background-color: #ff8148; /* #ff5000; #000; */
	border: 1px solid #ff8148;
    color: #fff;
}

.appform .btn .next, .appform .btn .review{
    background-image:url(/s/site/default/arrows/blue-arrow-right.png);
    background-size:18px;
    background-position:103px center; /*if editing the input width above 130 add the same amount here*/
    font-size: 14px;
}

.appform .btn .next:hover {
    background-image: url(/s/site/default/arrows/white-arrow-right.png);
}

.appform .btn input.btndisabled{
    cursor:not-allowed;
}

.appform .btn .prev{
    background-image:url(/s/site/default/arrows/blue-arrow-left.png);
    background-size:18px;
    background-position:4px center;
    padding: 0 3px 2px 21px;
}

.appform .btn .prev:hover{
   background-image:url(/s/site/default/arrows/white-arrow-left.png);
}

#lastSaved {
	float: right !important; /*for appnav on left side*/
	margin-top: -102px; /*increase with appnav margin-top*/
	padding: 2px 12px 0 0;
}

.questionLegend {
	width: inherit;
}

/*Links at the top of round landing page and form preview*/
.iconbar .item a {
    display: block;
}

.iconbar .item a:hover {
	text-decoration: underline;
}

.iconbar .item img {
	margin-top: -7px;
}

.iconbar .item-narrow {
	width: 177px;
}

/* added for the form preview */
.iconbar .item-very-wide a, .iconbar .item-wide a {
    display: inline !important;
}

/*.appform textarea.ftFieldAddressFull {
	height: 20px;
	min-width: 500px;
	width: max-content;
}*/

a.leaflet-pelias-search-icon {
	visibility: hidden;
}

.leaflet-left .leaflet-control-custom {
    cursor:pointer;
    width: 62px !important;
}

.create-sf-profile-btn{
	text-decoration: none !important;
}

#footer{
	height:220px;
	background-color:#0d1b2a;
	color:white;
	line-height:22px;
}

#footer-content {
	margin: 0 auto;
	padding-top: 40px;
	width: 960px;
}

.footer-position {
	float: left;
	font-size: 17px;
	height: 150px;
    line-height: 24px;
	margin-top: 0px;
	/* width: 27%;
	margin-right: 50px; */
}

.footer-position ul {
	margin: 0px;
}

.footer-position li {
	list-style: none;
	margin-bottom: 0px;
}

.footer-position h4 {
	font-weight: 700;
	color: white;
	font-size: 20px;
	margin: 0 0 15px 0;
}

.footer-position a, .footer-position a:link, .footer-position a:visited {
    color: #fff;
	border: none;
	text-decoration: underline;
	text-underline-offset: 2px;
	transition: color ease-in-out .1s;
}

.footer-position a:hover, .footer-position a:active, .footer-position a:focus {
    border: none;
	color: #ff5000; /
	background-color: transparent;
	text-decoration: none;
}

.footer-position a:focus {
	outline: 1px dotted #0172a8;
}

#footer-logos {
	width: 26%;
	padding-left: 40px;
}

#grants-info.footer-position{
    width: 28%;
    padding-left: 15px;
    padding-right: 0px;
}

#tech-support.footer-position{
    width: 27%;
    padding-left: 75px;
    padding-right: 0px;
}

/* Increasing font size + font-weight + colour for link for applicant to update their details */
.update-details a {
    font-weight: normal;
    float: right; 
    font-size: 16px;
	text-underline-offset: 2px;
}

/* Increase the font size witin My Submissions */
#submissions {
    font-size: 15px;
}

/* Adjusting font for the dropdown for the Archive / Delete / Assign to Org  options in My Submissions */
.dropdown-item {
	font-size: 15px;
}

.ftFieldRadio, .ftFieldCheckbox {
    margin-top: 5px;
}

/* To set the colour of the hover of the Current/Archived tabs */
.nav-link:focus, .nav-link:hover {
	color: white; 
	background-color: #ff8148; 
}

#smartyfile-logo-link {
	padding: 0 6px 0 2px;
	background-color: white;
	margin: 7px;
}

/* To align the Last Saved Date with the SF organisation */
.orgNameTitle {
    padding-bottom: 0px;
}

/*SF my submissions things. don't touch*/

#submissions .col-1 button {
	background-color: #007bff;
	color: #fff;
}

#submissions .col-1 button:hover {
    color: #007bff;
    background-color: white;
	border: 1px solid;
}

#app-detail-modal button.btn-primary {
    background: none;
    border-color: #6c757d;
    color: black;
}

a#rc-responselink, a#rsc-responselink  {
	text-decoration: underline;
	color: #007bff;
}

#submissions .app-title a{ 
	text-decoration: underline;
}

/*Cookies banner*/

.cookie-banner {
    position: fixed;
    bottom: 0;
    width: 99%;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #71b136;
    box-shadow: 0 0 2px 1px #0003;
    color: #fff;
    font-weight: 400;
    font-family: Montserrat, arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
    line-height: 2;
    /* border-radius: 5px; */
}

.cookie-banner div p {
    margin-left: 100px;
}

.cookie-banner-close {
    height: 40px;
    width: 120px;
    background-color: #fff;
    border: none;
    color: #00afd8;
    cursor: pointer;
    font-size: 100%;
    margin-left: 20px;
    margin-right: 20px;
    font-weight: 400;
    border-radius: 8px;
}

#footer .cookie-banner a, #footer .cookie-banner a:link, #footer .cookie-banner a:visited {
    color: #fff;
}